安装 Docker
点击右边导航栏,选择你自己的系统,按步骤安装
Docker 资料
准备项目
使用本人的项目 khs1994-docker/lnmp 来作为 LNMP 环境。
安装
$ git clone --recursive https://github.com/khs1994-docker/lnmp.git
# $ git clone --recursive git@github.com:khs1994-docker/lnmp.git
# 中国镜像
$ git clone --recursive https://code.aliyun.com/khs1994-docker/lnmp.git
# $ git clone --recursive git@code.aliyun.com:khs1994-docker/lnmp.git
启动 Demo
$ cd lnmp
$ ./lnmp-docker up
# Windows 10 打开 PowerShell 执行
Windows 10 PowerShell
默认禁止执行脚本,请以管理员打开 PowerShell
执行以下命令解除限制
$ set-ExecutionPolicy RemoteSigned
# 输入 `Y` 确认
验证环境
$ curl 127.0.0.1
Welcome use khs1994-docker/lnmp v18.09 x86_64 With Pull Docker Image
development
# Windows
$ wsl curl 127.0.0.1
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。